2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AppDomainProxy<TAppClass> Class / AppDomainProxy<TAppClass> Constructor / AppDomainProxy<TAppClass> Constructor(String,Boolean)
The name of the application.
Whether to use the filename and assembly path that defines the requested type.

In This Topic
    AppDomainProxy<TAppClass> Constructor(String,Boolean)
    In This Topic
    Creates a new instance of AppDomainProxy<TAppClass> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal AppName As System.String, _
       ByVal FromFile As System.Boolean _
    )
    public AppDomainProxy<TAppClass>( 
       System.string AppName,
       System.bool FromFile
    )

    Parameters

    AppName
    The name of the application.
    FromFile
    Whether to use the filename and assembly path that defines the requested type.
    See Also